home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / Delphi 3.0 / DATA.Z / delphi32.exe / RCDATA / TCOMPLISTFORM / TCOMPLISTFORM.txt < prev   
Encoding:
Text File  |  1997-01-30  |  1.2 KB  |  60 lines

  1. inherited CompListForm: TCompListForm
  2.   Left = 240
  3.   Top = 237
  4.   Width = 183
  5.   Height = 266
  6.   ActiveControl = SearchText
  7.   BorderStyle = bsSizeToolWin
  8.   Caption = 'Components'
  9.   Icon.Data = {<image000.ico>}
  10.   Position = poScreenCenter
  11.   OnResize = FormResize
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 80
  18.     Height = 13
  19.     Caption = '&Search by name:'
  20.     FocusControl = SearchText
  21.     IsControl = True
  22.   end
  23.   object ComponentList: TListBox
  24.     Left = 8
  25.     Top = 48
  26.     Width = 160
  27.     Height = 124
  28.     IntegralHeight = True
  29.     ItemHeight = 30
  30.     Sorted = True
  31.     Style = lbOwnerDrawFixed
  32.     TabOrder = 1
  33.     OnClick = CompListClick
  34.     OnDblClick = CreateClick
  35.     OnDrawItem = CompListDrawItem
  36.     IsControl = True
  37.   end
  38.   object AddButton: TButton
  39.     Left = 50
  40.     Top = 208
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Add to form'
  44.     Default = True
  45.     TabOrder = 2
  46.     OnClick = CreateClick
  47.     IsControl = True
  48.   end
  49.   object SearchText: TEdit
  50.     Left = 8
  51.     Top = 24
  52.     Width = 160
  53.     Height = 21
  54.     TabOrder = 0
  55.     OnChange = SearchChange
  56.     OnKeyDown = SearchKeyDown
  57.     IsControl = True
  58.   end
  59. end
  60.